gdb: Add comment to revision history.
authoroliskoli <oliskoli>
Mon, 18 Jun 2007 18:10:13 +0000 (18:10 +0000)
committeroliskoli <oliskoli>
Mon, 18 Jun 2007 18:10:13 +0000 (18:10 +0000)
gdb.c

diff --git a/gdb.c b/gdb.c
index e78436ed679ab84455287d803382868ed625152d..065b84b24b5030606a566868c66924949ee93eab 100644 (file)
--- a/gdb.c
+++ b/gdb.c
@@ -55,6 +55,7 @@
            2007/02/07: Add special code for unknown bytes in waypoints with class GE 8 (calculated points)
            2007/02/15: Nearly full rewrite. Full support for GDB V3. New option roadbook.
            2007/05/03: Add code for tricky V3 descriptions
+           2007/06/18: Tweak some forgotten "flagged" fields
 */
 
 #include <stdio.h>
 
 /*******************************************************************************/
 
-/* static char gdb_release[] = "$Revision: 1.54 $"; */
-static char gdb_release_date[] = "$Date: 2007/06/18 18:08:52 $";
+/* static char gdb_release[] = "$Revision: 1.55 $"; */
+static char gdb_release_date[] = "$Date: 2007/06/18 18:10:13 $";
 
 static gbfile *fin, *fout;
 static int gdb_ver, gdb_category, gdb_via, gdb_roadbook;